home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _CF6292CE408E43FD92DB9759AF3D4C08 < prev    next >
Encoding:
Text File  |  2004-01-06  |  934 b   |  35 lines

  1. ; Shaders Script file
  2. ; Copyright (c) 2001-2003 Crytek Studios. All Rights Reserved.
  3. ; Author: Honich Andrey
  4.  
  5. Version (1.00)
  6.  
  7. //========================================================================
  8. // ATI R2xx / NVidia NV2X (PS.1.X and above)
  9.  
  10. // Experimental parametric shader
  11.  
  12. // Supports:
  13. // 1. Dot3 light maps
  14. // 2. Simple light maps
  15. // 3. Three types of shadow maps (2D, Depth-maps and mixed Depth/2D)
  16. // 4. Stencil shadows
  17. // 5. Three types of light sources (Directional, Point/Omni, Projected)
  18. // 6. Optimised separate techniques for Single/Multiple light sources
  19. // 7. Optimised separate techniques for PS.2.0 shaders support (to reduce number of passes)
  20. // 8. Env. real-time radiosity
  21.  
  22. Shader 'TemplIllum'
  23. (
  24.   Params
  25.   {
  26.     Sort = Opaque
  27.     Template
  28.   }
  29.     
  30.   #include "IllumTemplate.csi"
  31. )
  32.  
  33. //=========================================================================================
  34.  
  35.